home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 May / EnigmA AMIGA RUN 27 (1998)(G.R. Edizioni)(IT)[!][issue 1998-05].iso / recent2 / mpegsd.readme < prev    next >
Text File  |  1998-04-19  |  4KB  |  103 lines

  1. Short:    MPEG System datatype V1.3
  2. Author:   GISBURN@w-specht.rhein-ruhr.de (Roland Mainz)
  3. Uploader: GISBURN@w-specht.rhein-ruhr.de (Roland Mainz)
  4. Type:     util/dtype
  5. Replaces: util/dtype/mpsdtc012.LhA
  6. Requires: datatypes.library >= V45.3
  7. Requires: mpegvideo.datatype >= V1.6
  8. Requires: mpegaudio.datatype >= V1.1
  9.  
  10. MPEG System datatype, which is able to play mpeg system stream movies
  11. (system stream = interleved video + audio streams)
  12.  
  13. animation.datatype subclass.
  14.  
  15. INTRODUCTION
  16.     Datatypes class for MPEG System movies.
  17.  
  18. REQUIREMENTS
  19.     - You need at least Kick/WB 3.0.
  20.  
  21.     - datatypes.library >= V45
  22.  
  23.     - "datatypes/animation.datatype", >= V40.
  24.       "animation.datatype 40.6 (28.09.93)" requires itself some
  25.       libraries/boopsi classes:
  26.     - "realtime.library", >= V39              - for timing
  27.     - "gadgets/tapedeck.gadget" (any version) - for the controls
  28.  
  29.     - mpegvideo.datatype >= V1.6
  30.  
  31.     - mpegaudio.datatype >= V1.1
  32.  
  33. USAGE
  34.     If the datatypes descriptor file was activated, any attempt to load
  35.     a MPEG System stream using GMultiView, MultiView, AmigaGuide or
  36.     SwitchWindow will load and play the movie.
  37.  
  38. INSTALLATION
  39.     After unpacking this archive:
  40.     Because this version does not include an Installer script, you have
  41.     to do the installation manually through the shell:
  42.  
  43.       - Unpack this archive and copy the "mpegsystem.datatype" to
  44.         SYS:Classes/DataTypes/:
  45.  
  46.     Copy CLONE FROM "mpegsystem.datatype" TO
  47.      "SYS:Classes/DataTypes/mpegsystem.datatype"
  48.  
  49.       - Then copy the datatypes descriptor into the DEVS:DataTypes
  50.         directory.
  51.         If the descriptor already exists, you should not replace it,
  52.         otherwise you may loose "toolnodes" and other settings stored in
  53.         the existing descriptor.
  54.  
  55.  Copy CLONE FROM "MPEG System(%|.info)" TO DEVS:Datatypes/
  56.  
  57. AUTHOR
  58.     If you want to blame me, report any bugs, or wants a new version
  59.     send your letter to:
  60.                     Roland Mainz
  61.                     Hohenstaufenstraße 8
  62.                     52388 Nörvenich
  63.                     GERMANY
  64.  
  65.     Phone: (+49)(0)2426/901568
  66.     Fax:   (+49)(0)2426/901569
  67.  
  68.     EMAIL is also available (if you want to send me attachments
  69.     larger than 1MB (up to 5MB, more with my permission):
  70.  
  71.     GISBURN@w-specht.rhein-ruhr.de
  72.  
  73.     Up to April 1998 I'm reachable using this email address, too:
  74.     Reinhold.A.Mainz@KBV.DE
  75.  
  76.     | Please put your name and address in your mails !
  77.     | German mailers should add their phone numbers.
  78.     | See BUGS section above when submitting bug reports.
  79.  
  80.     Sorry, but I can only look once a week for mails.
  81.     If you don't hear something from me within three weeks, please
  82.     send your mail again (but watch about new releases) (problems with
  83.     this email port are caused by reconfigurations, hackers, network
  84.     problems etc.).
  85.  
  86.     The  entire  "mpegsystem.datatype"  package  may  be  noncommercially
  87.     redistributed, provided  that  the package  is always  distributed
  88.     in it's complete  form (including it's documentation). A small
  89.     copy fee  for media costs is okay but any kind of commercial
  90.     distribution is strictly forbidden without my permission !
  91.     Comments and suggestions how to improve this program are
  92.     generally appreciated!
  93.  
  94.     Thanks to David Junod, who wrote the animation.datatype and lots of
  95.     the datatypes example code, Matt Dillon for his DICE,
  96.     Olaf 'Olsen' Barthel for his help, ideas and some text clips from
  97.     his documentations.
  98.  
  99. ----
  100.  
  101. Bye,
  102. Roland
  103.